home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uPostURL.dfm < prev    next >
Encoding:
Text File  |  2005-01-26  |  1.3 KB  |  69 lines

  1. object frmBookmark: TfrmBookmark
  2.   Left = 423
  3.   Top = 303
  4.   BorderStyle = bsDialog
  5.   Caption = 'Post a bookmark'
  6.   ClientHeight = 182
  7.   ClientWidth = 330
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 24
  23.     Height = 13
  24.     Caption = 'Title:'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 52
  29.     Width = 23
  30.     Height = 13
  31.     Caption = 'URL:'
  32.   end
  33.   object Button1: TButton
  34.     Left = 168
  35.     Top = 152
  36.     Width = 75
  37.     Height = 25
  38.     Caption = 'OK'
  39.     Default = True
  40.     TabOrder = 2
  41.     OnClick = Button1Click
  42.   end
  43.   object Button2: TButton
  44.     Left = 248
  45.     Top = 152
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 2
  51.     TabOrder = 3
  52.   end
  53.   object Edit1: TTntEdit
  54.     Left = 8
  55.     Top = 24
  56.     Width = 313
  57.     Height = 21
  58.     TabOrder = 0
  59.   end
  60.   object Memo: TTntMemo
  61.     Left = 8
  62.     Top = 68
  63.     Width = 313
  64.     Height = 73
  65.     TabOrder = 1
  66.     WantReturns = False
  67.   end
  68. end
  69.